-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: dataset update accepts binary value #2579
Conversation
@@ -1339,6 +1339,26 @@ def test_update_dataset_all_types(tmp_path: Path): | |||
assert dataset.to_table() == expected | |||
|
|||
|
|||
def test_update_with_binary_field(tmp_path: Path): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: can we have a rust test as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2579 +/- ##
==========================================
- Coverage 80.10% 80.10% -0.01%
==========================================
Files 211 211
Lines 61038 61075 +37
Branches 61038 61075 +37
==========================================
+ Hits 48894 48922 +28
+ Misses 9219 9216 -3
- Partials 2925 2937 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.